Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pagination to slower fields. #277

Closed
wants to merge 1 commit into from
Closed

Add pagination to slower fields. #277

wants to merge 1 commit into from

Conversation

ray-kast
Copy link
Contributor

No description provided.

Comment on lines +150 to +152
.offset(offset)
.limit(limit)
.all(db.get())
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://www.sea-ql.org/SeaORM/docs/basic-crud/select/#cursor-pagination
sea orm has cursor based pagination helpers was there an issue in using them?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SeaORM's pagination seems to encode the cursor as a column but it seemed like async-graphql's connection types want an index-based cursor. I can try using it but it'll still require .offset() and I'm not sure how that will play with the Cursor struct.

@ray-kast ray-kast closed this Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants